home *** CD-ROM | disk | FTP | other *** search
- % header
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
- % end of app-specific header
- 00FF 0000 0000 00FF 00FF % pict size (bogus) and top left bottom right
- 11 01 % verson
- 01 000A 0000 0000 00FF 00FF % Clip region. Added to keep Mac tester happy.
- 30 0000 0000 00FF 00FF % draw bounding rect
- 03 0022 % New century schoolbook
- %
- % First assure that text origin starts at 0,0
- %
- 2A 20 (Bold --- NOT!)
- %
- % Use the face opcode to get bold
- % bit 0 is bold, 1 italic, 2 underline, outline, shadow, condense, extend
- %
- 04 01
- 2A 20 (Bold)
- %
- % Change the text mode to srcor (the text should not show up, I think, in theory)
- % 0 is srccpy, srcor, srcxor, srcbic, not srccpy, etc.
- % (maybe we should be using the pat* modes here?)
- %
- 05 0002
- 2A 20 (Bold --- or'ed)
- %
- % Use the chicago type font
- %
- 03 0000
- 2A 20 (Bold --- in chicago)
- %
- % Change it's size, now
- %
- 0D 0030
- 2A 40 (Bold --- in chicago and big)
-
- FF % end
-